home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / htmled1 / hs25set.exe / HOMESITE.EXE / 0 / RCDATA / TFFRAMESET / TFFRAMESET.txt
Encoding:
Text File  |  1996-12-25  |  1.3 KB  |  74 lines

  1. object fFrameset: TfFrameset
  2.   Left = 321
  3.   Top = 208
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Frameset'
  7.   ClientHeight = 150
  8.   ClientWidth = 250
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object cmdOK: TButton
  17.     Left = 84
  18.     Top = 120
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.   end
  26.   object cmdCancel: TButton
  27.     Left = 168
  28.     Top = 120
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 2
  35.   end
  36.   object grpFrameset: TGroupBox
  37.     Left = 9
  38.     Top = 8
  39.     Width = 232
  40.     Height = 97
  41.     TabOrder = 0
  42.     object Label1: TLabel
  43.       Left = 24
  44.       Top = 30
  45.       Width = 20
  46.       Height = 13
  47.       Caption = 'Cols'
  48.       Transparent = True
  49.     end
  50.     object Label2: TLabel
  51.       Left = 24
  52.       Top = 58
  53.       Width = 27
  54.       Height = 13
  55.       Caption = 'Rows'
  56.       Transparent = True
  57.     end
  58.     object txtCols: TEdit
  59.       Left = 62
  60.       Top = 26
  61.       Width = 150
  62.       Height = 21
  63.       TabOrder = 0
  64.     end
  65.     object txtRows: TEdit
  66.       Left = 62
  67.       Top = 54
  68.       Width = 150
  69.       Height = 21
  70.       TabOrder = 1
  71.     end
  72.   end
  73. end
  74.